home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- put EMPTY into member "Infofield"
- else
- if member("Title2").foreColor <> 70 then
- cursor(280)
- member("Title2").foreColor = 0
- sprite(the currentSpriteNum).foreColor = 255
- end if
- end if
- end
-
- on mouseLeave
- cursor(0)
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- else
- if member("Title2").foreColor <> 70 then
- member("Title2").foreColor = 255
- sprite(the currentSpriteNum).foreColor = 246
- end if
- end if
- end
-
- on mouseUp
- go("Title2")
- end
-